* complete.el (PC-do-completion): If completion-ignore-case is
authorChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 14:54:56 +0000 (14:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 14:54:56 +0000 (14:54 +0000)
non-nil, replace field with completion string before exiting.

lisp/ChangeLog

index bc6b1c651776d719883805ad173f974b7d70aad5..7c54f920e4532accf9b2d32cd462fb7dcbabd8a0 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * complete.el (PC-do-completion): If completion-ignore-case is
+       non-nil, replace field with completion string before exiting.
+
 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.